object RestrictCfgForm: TRestrictCfgForm Left = 203 Top = 107 BorderStyle = bsDialog Caption = 'Dialling Restrictions Scheme' ClientHeight = 203 ClientWidth = 363 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object llName: TLabel Left = 16 Top = 12 Width = 68 Height = 13 Caption = 'Scheme name' end object llRequired: TLabel Left = 16 Top = 60 Width = 43 Height = 13 Caption = 'Required' end object Label3: TLabel Left = 16 Top = 104 Width = 47 Height = 13 Caption = 'Forbidden' end object lName: TEdit Left = 16 Top = 28 Width = 333 Height = 21 TabOrder = 0 end object lRequired: TEdit Left = 16 Top = 76 Width = 333 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 1 end object lForbidden: TEdit Left = 16 Top = 120 Width = 333 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 2 end object bOK: TButton Left = 116 Top = 166 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object bCancel: TButton Left = 196 Top = 166 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object bHelp: TButton Left = 276 Top = 166 Width = 75 Height = 25 Caption = 'Help' TabOrder = 5 OnClick = bHelpClick end end